home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
- #import <rpcsvc/bootparam.h>
-
- @interface AppDelegate:Object
- {
- char carFilename[MAX_PATH_LEN];
- char roadFilename[MAX_PATH_LEN];
- char cycleFilename[MAX_PATH_LEN];
- BOOL openFromWorkspace;
- id newGraph;
- id runButton;
- id reportText;
- id reportScrollView;
- }
-
- // Override methods
- - init;
-
- // Application Delegate methods.
- - appDidInit:sender;
- - (BOOL)appAcceptsAnotherFile:sender;
- - (int)app:sender openFile:(const char *)filename type:(const char *)aType;
-
- // Public methods
- - (char *)openFileType:(char *)type;
- - openCarFile:sender;
- - saveCarFile:sender;
- - saveCarFileAs:sender;
- - newGraph;
- - simulationEnded;
-
- // Private methods
- - (BOOL)loadCarFile:(const char *)filename;
- - (BOOL)loadRoadFile:(const char *)filename;
- - (BOOL)loadCycleFile:(const char *)filename;
-
- @end
-
-
-
-
-
-
-
-
-
-
-
-
-